ComponentOne Bitmap for WPF
Initialize(ComArray<BitmapSource>,Int32,Guid,BitmapDitherType,Palette,Double,BitmapPaletteType) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > PlanarFormatConverter Class > Initialize Method : Initialize(ComArray<BitmapSource>,Int32,Guid,BitmapDitherType,Palette,Double,BitmapPaletteType) Method
HRESULT IWICPlanarFormatConverter::Initialize([In, Buffer] IWICBitmapSource** ppPlanes,[In] unsigned int cPlanes,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate)
Syntax
'Declaration
 
Public Overloads Sub Initialize( _
   ByVal planesOut As ComArray(Of BitmapSource), _
   ByVal planes As System.Integer, _
   ByVal dstFormat As System.Guid, _
   ByVal dither As BitmapDitherType, _
   ByVal paletteRef As Palette, _
   ByVal alphaThresholdPercent As System.Double, _
   ByVal paletteTranslate As BitmapPaletteType _
) 
public void Initialize( 
   ComArray<BitmapSource> planesOut,
   System.int planes,
   System.Guid dstFormat,
   BitmapDitherType dither,
   Palette paletteRef,
   System.double alphaThresholdPercent,
   BitmapPaletteType paletteTranslate
)

Parameters

planesOut
planes
dstFormat
dither
paletteRef
alphaThresholdPercent
paletteTranslate
See Also

Reference

PlanarFormatConverter Class
PlanarFormatConverter Members
Overload List